/* CSS Document */
body{
	font-size:12px; 
	background:#cccccc;
	margin:0px;
	color:#000000;
}
#main{
	width:1003px; 
	margin:0px auto;/*上下，左右*/
	background:#FFFFFF;
	
	
	
}
.stop td{
	background:url(images/zsb_03.jpg) no-repeat;
	width:52px;
	height:15px;
	color:#FFFFFF;
	text-align:center;
	padding:1px;
}

.stop a:visited{
		color:#ffffff; 
		text-decoration:none;
}
.stop a:link{
		color:#ffffff;
		text-decoration:none;
}
.stop a:hover{
		color:#ffffff;
		text-decoration:none;
}
#guest_book input,textarea{ 
	border: 1px solid #CCCCCC;
}

.nav img{
	margin-right:10px;
	margin-top:3px;
}




a:visited{
		color:#000000; 
		text-decoration:none;
}
a:link{
		color:#000000;
		text-decoration:none;
}
a:hover{
		color:#0066FF;
		text-decoration:none;
}
/*必须要这个顺序link,visited,hover,否则会不起作用*/


/*分页*/
.n_page{
		width:100%;
		float:left;
		margin-left:15px;
		display:inline;
}
.n_page a{
		float:left;
		height:16px;
		border:#d6d6d7 solid 1px;
		font-size:12px;
		padding:5px 5px 0px 5px;
		margin-left:5px;
		margin-top:5px;
		color:#333333; 
		background-color:#f3f7fa;
		text-decoration : none;
}
.n_page a:link{
		color:#333333;  
		background-color:#f3f7fa;
		text-decoration : none;
		border:#d6d6d7 solid 1px;
}
.n_page a:visited{
		color:#333333;  
		background-color:#f3f7fa;
		text-decoration : none;
		border:#d6d6d7 solid 1px;
}
.n_page a:hover{
		color:#FFFFFF; 
		background-color:#1f86c1;
		text-decoration : none;
}
.n_page a:active{
		color:#FFFFFF; 
		background-color:#889dde;
		text-decoration : none;
} 
/*分页_end*/

